home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-01-12 | 679 b | 32 lines | [TEXT/MPS ] |
- /*
- File: Types.r
-
- Contains: Basic Macintosh data types.
-
- Version: Technology: System 7.5
- Release: QuickTime 3.0 Beta
-
- Copyright: © 1985-1997 by Apple Computer, Inc., all rights reserved
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- */
-
- #ifndef __TYPES_R__
- #define __TYPES_R__
-
- #ifndef __CONDITIONALMACROS_R__
- #include "ConditionalMacros.r"
- #endif
-
- #ifndef __MACTYPES_R__
- #include "MacTypes.r" /* Types.r was renamed to MacTypes.r */
- #endif
-
- #endif /* __TYPES_R__ */
-
-